vector_rotate_3d_vector

Syntax:

vector_rotate_3d_vector(vector, normal, radians)

Arguments:

Argument Name Type Description
vectorvector3vector to rotate
normalvector3vector to rotate around
radiansrealamount to rotate around vector

Returns: (vector3)

Description:

Rotates a 3D vector a specified number of radians around another normal vector.

Back: Operations
Next: vector_floor